runtime.heapStatsDelta.inStacks (field)
9 uses
runtime (current package)
metrics.go#L342: in.heapStats.inStacks - in.heapStats.inWorkBufs -
metrics.go#L364: out.scalar = uint64(in.heapStats.inStacks)
mheap.go#L1367: atomic.Xaddint64(&stats.inStacks, int64(nbytes))
mheap.go#L1630: atomic.Xaddint64(&stats.inStacks, -int64(nbytes))
mstats.go#L433: stackInUse := uint64(consStats.inStacks)
mstats.go#L469: consRetained := uint64(consStats.committed - consStats.inStacks - consStats.inWorkBufs - consStats.inPtrScalarBits)
mstats.go#L665: inStacks int64 // byte delta of memory reserved for stacks
mstats.go#L691: a.inStacks += b.inStacks
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |